[postgis-tickets] r17604 - Stop trying to run createlang -- plpgsql is always installed

Regina Obe lr at pcorp.us
Mon Jul 15 05:38:43 PDT 2019


Author: robe
Date: 2019-07-15 05:38:43 -0700 (Mon, 15 Jul 2019)
New Revision: 17604

Modified:
   trunk/regress/run_test.pl
Log:
Stop trying to run createlang -- plpgsql is always installed
Closes #4457

Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl	2019-07-15 10:13:23 UTC (rev 17603)
+++ trunk/regress/run_test.pl	2019-07-15 12:38:43 UTC (rev 17604)
@@ -1224,11 +1224,8 @@
 	my ($cmd, $rv);
 	print "Creating database '$DB' \n";
 
-  $rv = create_db();
+  	$rv = create_db();
 
-	$cmd = "createlang plpgsql $DB >> $REGRESS_LOG 2>&1";
-	$rv = system($cmd);
-
 	# Count database objects before installing anything
 	$OBJ_COUNT_PRE = count_db_objects();
 



More information about the postgis-tickets mailing list