> On Dec 30, 2015, at 8:17 AM, Videanu Adrian <[email protected]> wrote: > > ## If the name is 'all', recursively call on all objects of this type > if ($name =~ /all/i) {... > ... > }
Thanks for the report; I’ve pushed a fix for this issue (it’s an unanchored pattern match, so it needs to actually be /^all$/i in this case). I’ll look at the other report. Best, David -- David Christensen PostgreSQL Team Manager End Point Corporation [email protected] 785-727-1171 _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
