reassign 425736 postgresql-common
stop
In /usr/bin/pg_ctlcluster, changing:
$ENV{'PATH'} = '';
Into:
$ENV{'PATH'} =
'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin';Works for me, and probably has a similar effect. I'm curious for the rationale of clearing the env and using perl -T mode as the binary isn't setuid. -- Loïc Minier

