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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 5 10:42:42 PST 2013


Author: martinl
Date: 2013-12-05 10:42:42 -0800 (Thu, 05 Dec 2013)
New Revision: 58394

Modified:
   grass/trunk/lib/vector/Vlib/open_pg.c
Log:
vlib/pg: mark category as up-to-date (build from topo)


Modified: grass/trunk/lib/vector/Vlib/open_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open_pg.c	2013-12-05 18:41:39 UTC (rev 58393)
+++ grass/trunk/lib/vector/Vlib/open_pg.c	2013-12-05 18:42:42 UTC (rev 58394)
@@ -356,6 +356,8 @@
     if (update)
         Vect__clean_grass_db_topo(pg_info);
 
+    plus->cidx_up_to_date = TRUE;  /* category index built from topo */
+
     return ret;
 #else
     G_fatal_error(_("GRASS is not compiled with PostgreSQL support"));



More information about the grass-commit mailing list