Project

General

Profile

Task #961

Updated by Aaron Marcuse-Kubitza over 9 years ago

h3. bugs 

 h3(. h3. newWorldCountries mapping array bounds 

 <pre><code class="SQL"> 
 SELECT util.set_col_names_with_metadata('"newWorldCountries"', '"~newWorldCountries.map"'); 
 psql:/dev/fd/40:12: ERROR:    arrays must have same bounds 
 Time: 4.208 ms 

 real 	 0m0.368s 
 user 	 0m0.040s 
 sys 	 0m0.040s 
 # # # # # # # # #    to see error details, prepend `vb=2` to the command  
 make[2]: *** [install] Error 1 
 make[2]: Leaving directory `/home/user/bien/inputs/.newWorld' 
 make[1]: *** [.newWorld/install] Error 2 
 make: *** [inputs/install] Error 2 
 make[1]: Leaving directory `/home/user/bien/inputs' 
 </code></pre>

Back