]> granicus.if.org Git - postgis/commitdiff
Cleanup created objects
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:58:03 +0000 (09:58 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:58:03 +0000 (09:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8543 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/bug_test_car5.sql

index 26f88ebf40e65a3dc4e501568b5fb710eff37f61..c02514ee7b72a74bb1960d7da1aa7ac96e53d054 100644 (file)
@@ -32,6 +32,9 @@ INSERT INTO car5 (rid,rast) VALUES (3, ('01000003009A9999999999A93F9A9999999999A
 
 -- Run test
 SELECT rid, st_width(rast), st_height(rast), st_bandpixeltype(rast,1), st_bandpixeltype(rast,2), st_bandpixeltype(rast,3) FROM car5;
+
+DROP TABLE car5;
+
 COMMIT;
 
 -----------------------------------------------------------------------