[GRASS-SVN] r51155 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 23 12:16:45 EDT 2012


Author: martinl
Date: 2012-03-23 09:16:45 -0700 (Fri, 23 Mar 2012)
New Revision: 51155

Modified:
   grass/trunk/lib/vector/Vlib/open_pg.c
Log:
vlib(pg): don't report error when feature table not found, print just a warning


Modified: grass/trunk/lib/vector/Vlib/open_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open_pg.c	2012-03-23 15:59:00 UTC (rev 51154)
+++ grass/trunk/lib/vector/Vlib/open_pg.c	2012-03-23 16:16:45 UTC (rev 51155)
@@ -120,7 +120,6 @@
     if (!found) {
 	G_warning(_("Feature table <%s> not found in 'geometry_columns'"),
 		  pg_info->table_name);
-	return -1;
     }
 
     return 0;



More information about the grass-commit mailing list