]> granicus.if.org Git - postgis/commitdiff
Add some more missing defaults to the shapefile loader configuration.
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 28 Dec 2009 13:32:33 +0000 (13:32 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 28 Dec 2009 13:32:33 +0000 (13:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5056 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.c

index 16e564994c20c46eabdab7cc3f50d95dc2a1d89c..f93fdff7ccea9b2704b79296747e77f1f7f22da2 100644 (file)
@@ -856,6 +856,8 @@ set_config_defaults(SHPLOADERCONFIG *config)
        config->dump_format = 0;
        config->forceint4 = 0;
        config->geography = 0;
+       config->quoteidentifiers = 0;
+       config->null_policy = POLICY_NULL_INSERT;
 }