--On Dienstag, Februar 13, 2007 15:59:17 +0100 Bernd Helmle <[EMAIL PROTECTED]> wrote:




On Tue, 13 Feb 2007 08:36:18 -0600, Dan Falconer
<[EMAIL PROTECTED]> wrote:
        When I run the "slonik_execute_script" from 1.2.6 with a filename
argument,
it appears to know that there's a file, but not put that into the
slonik-friendly output.  Here's what I run, and the associated output:::


This is a bug: we need to use $file or to reassign it to $filename
in slonik_execute_script.pl if a filename is given
(like we're doing if $SCRIPT_ARG is set). Anyone able to fix that?

I don't have access to a diffable slony source tree
at the moment....



I see this still open in CVS, so i propose the attached marginal patch to fix this issue.

--
 Thanks

                   Bernd
Index: tools/altperl/slonik_execute_script.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slonik_execute_script.pl,v
retrieving revision 1.2
diff -r1.2 slonik_execute_script.pl
73a74
>     $filename = $file
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to