]> granicus.if.org Git - postgis/commitdiff
fixed improperly commented-out RAISE DEBUG statement for AddRasterColumn function.
authorBborie Park <bkpark at ucdavis.edu>
Sat, 27 Aug 2011 17:16:03 +0000 (17:16 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sat, 27 Aug 2011 17:16:03 +0000 (17:16 +0000)
Associated ticket is #1175.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7791 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis.sql.in.c

index 81efac63776239135a007abcf12959ec51f69c50..78c20ac1a570ad41b4a2a623b867d1bdd53092af 100644 (file)
@@ -2836,8 +2836,10 @@ CREATE OR REPLACE FUNCTION AddRasterColumn(p_catalog_name varchar,
 
     BEGIN
 
-        --RAISE DEBUG 'Parameters: catalog=%, schema=%, table=%, column=%, srid=%, pixel_types=%, out_db=%, regular_blocking=%, nodata_values=%, scale_x=%, scale_y=%, blocksize_x=%, blocksize_y=%',
+               /*
+        RAISE DEBUG 'Parameters: catalog=%, schema=%, table=%, column=%, srid=%, pixel_types=%, out_db=%, regular_blocking=%, nodata_values=%, scale_x=%, scale_y=%, blocksize_x=%, blocksize_y=%',
                      p_catalog_name, p_schema_name, p_table_name, p_column_name, p_srid, p_pixel_types, p_out_db, p_regular_blocking, p_nodata_values, p_scale_x, p_scale_y, p_blocksize_x, p_blocksize_y;
+               */
 
         -- Validate required parametersa and combinations
         IF ( (p_catalog_name IS NULL) OR (p_schema_name IS NULL)