From: glyn Date: Wed, 7 May 2014 12:01:29 +0000 (+0100) Subject: Fix missing RE in resubscribe X-Git-Url: https://git.8kb.co.uk/?p=slony-i%2Fslony_failover;a=commitdiff_plain;h=eb2d94c39b52c258725ac2b3f747faa5477046a7 Fix missing RE in resubscribe --- diff --git a/slony_failover.pl b/slony_failover.pl index 672a1a4..be02cc5 100644 --- a/slony_failover.pl +++ b/slony_failover.pl @@ -1264,7 +1264,7 @@ sub writeMoveSet { print SLONFILE ($line_prefix . "ECHO 'Issuing resubscribe for provider $to -> receiver $other_subs->[0]';\n"); print SLONFILE ($line_prefix . - "SUBSCRIBE NODE ( ORIGIN = $to, PROVIDER = $to, RECEIVER = $other_subs->[0] );\n"); + "RESUBSCRIBE NODE ( ORIGIN = $to, PROVIDER = $to, RECEIVER = $other_subs->[0] );\n"); } } else {