Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
> Given your stated intention, I think the simplest way to get it is just
> this, without worrying about what the perl modules might do:
> -if ($@)
> +if ($@ || $windows_os)
WFM, do you want to push that?
regards, tom lane