From 12125430b844b52d3f54e8378212b2837dfea798 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 28 Jul 2019 21:37:00 +0000 Subject: [PATCH] Hoepfully last trailing space References #4403 git-svn-id: http://svn.osgeo.org/postgis/trunk@17623 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/shp2pgsql-core.c b/loader/shp2pgsql-core.c index 4ec0b47ef..92d726591 100644 --- a/loader/shp2pgsql-core.c +++ b/loader/shp2pgsql-core.c @@ -1460,7 +1460,7 @@ ShpLoaderGetSQLHeader(SHPLOADERSTATE *state, char **strheader) 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. **/ -- 2.40.0