[postgis-tickets] r17628 - Remove unused variable from loader state

Sandro Santilli strk at kbt.io
Mon Jul 29 06:35:43 PDT 2019


Author: strk
Date: 2019-07-29 06:35:43 -0700 (Mon, 29 Jul 2019)
New Revision: 17628

Modified:
   trunk/loader/shp2pgsql-core.h
Log:
Remove unused variable from loader state

Modified: trunk/loader/shp2pgsql-core.h
===================================================================
--- trunk/loader/shp2pgsql-core.h	2019-07-29 13:28:21 UTC (rev 17627)
+++ trunk/loader/shp2pgsql-core.h	2019-07-29 13:35:43 UTC (rev 17628)
@@ -189,12 +189,9 @@
 	/* Pointer to an array of PostgreSQL field types */
 	char **pgfieldtypes;
 
-	/* String containing colume name list in the form "(col1, col2, col3 ... , colN)" */
+	/* String containing colume name list in the form "col1, col2, col3 ... , colN" */
 	char *col_names;
 
-	/* String containing colume name list in the form "col1, col2, col3 ... , colN" */
-	char *col_names_no_paren;
-
 	/* String containing the PostGIS geometry type, e.g. POINT, POLYGON etc. */
 	char *pgtype;
 



More information about the postgis-tickets mailing list