[postgis-tickets] r17623 - Hoepfully last trailing space
Regina Obe
lr at pcorp.us
Sun Jul 28 02:37:01 PDT 2019
Author: robe
Date: 2019-07-28 14:37:00 -0700 (Sun, 28 Jul 2019)
New Revision: 17623
Modified:
trunk/loader/shp2pgsql-core.c
Log:
Hoepfully last trailing space
References #4403
Modified: trunk/loader/shp2pgsql-core.c
===================================================================
--- trunk/loader/shp2pgsql-core.c 2019-07-28 21:27:20 UTC (rev 17622)
+++ trunk/loader/shp2pgsql-core.c 2019-07-28 21:37:00 UTC (rev 17623)
@@ -1460,7 +1460,7 @@
stringbuffer_aprintf(sb, "'%s',%d);\n", state->pgtype, state->pgdims);
}
}
-
+
/**If we are in dump mode and a transform was asked for need to create a temp table to store original data
You may ask, why don't we go straight into the main table and then do an alter table alter column afterwards
Main reason is so we don't incur the penalty of WAL logging when we change the typmod in final run. **/
More information about the postgis-tickets
mailing list