# Unless a file exists that's controlled by the 'server' use flag,
# report that it's client only.
[[ -e "${bindir}/postmaster" ]] || provider+=' (Clients Only)'
[[ -e "${bindir}/postgres" ]] || provider+=' (Clients Only)'
case "${slot}" in
"$(active_slot)" )
-