浏览代码

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 年之前
父节点
当前提交
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;