[postgis-tickets] r16898 - [run_test.pl] some debug lines added
Sandro Santilli
strk at kbt.io
Sun Oct 14 11:54:15 PDT 2018
Author: strk
Date: 2018-10-14 23:54:14 -0700 (Sun, 14 Oct 2018)
New Revision: 16898
Modified:
trunk/regress/run_test.pl
Log:
[run_test.pl] some debug lines added
Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl 2018-10-14 23:13:39 UTC (rev 16897)
+++ trunk/regress/run_test.pl 2018-10-15 06:54:14 UTC (rev 16898)
@@ -1519,6 +1519,8 @@
if ( $OPT_UPGRADE_FROM
&& ! has_split_raster_ext($OPT_UPGRADE_FROM) )
{
+ print "Packaging PostGIS Raster in '${DB}' for later drop using: ${sql}\n" ;
+
$sql = "CREATE EXTENSION postgis_raster VERSION '${nextver}' FROM unpackaged";
$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
$rv = system($cmd);
@@ -1527,6 +1529,8 @@
die;
}
+ print "Dropping PostGIS Raster in '${DB}' using: ${sql}\n" ;
+
$sql = "DROP EXTENSION postgis_raster";
$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
$rv = system($cmd);
More information about the postgis-tickets
mailing list