Chris Browne cbbrowne at lists.slony.info
Tue Mar 13 08:35:46 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tools/altperl
In directory main.slony.info:/tmp/cvs-serv32701/tools/altperl

Modified Files:
      Tag: REL_1_1_STABLE
	slonik_execute_script.pl 
Log Message:
Fix to altperl script "slonik_execute_script.pl" to properly access the
requested file, per Bernd Helmle



Index: slonik_execute_script.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/slonik_execute_script.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** slonik_execute_script.pl	31 May 2005 16:11:05 -0000	1.1
--- slonik_execute_script.pl	13 Mar 2007 15:35:43 -0000	1.1.2.1
***************
*** 72,75 ****
--- 72,76 ----
      $file = "/tmp/execute_script.sql.$$";
      my $fh;
+     $filename = $file
      open $fh, ">", $file;
      print $fh $SCRIPT_ARG;



More information about the Slony1-commit mailing list