Просмотр исходного кода

vlib(pg): don't report error when feature table not found, print just a warning

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51155 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 лет назад
Родитель
Сommit
a0833d31a5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      lib/vector/Vlib/open_pg.c

+ 0 - 1
lib/vector/Vlib/open_pg.c

@@ -120,7 +120,6 @@ int V1_open_old_pg(struct Map_info *Map, int update)
     if (!found) {
 	G_warning(_("Feature table <%s> not found in 'geometry_columns'"),
 		  pg_info->table_name);
-	return -1;
     }
 
     return 0;