Since (at least) version 16 of postgresql, postmaster does not exist. This makes the eselect report this: Available PostgreSQL Slots 14 14.9 16 * 16.0 (Clients Only) This is a minor bug as it seem to be display only
I imagine this is because USE=server was dropped.
This same thing is happening to me. Looks like eselect is looking for postmaster in the bin directory which in earlier releases was a link pointing to postgres. No such link exists in 16.
(In reply to Karl Hakimian from comment #2) > This same thing is happening to me. Looks like eselect is looking for > postmaster in the bin directory which in earlier releases was a link > pointing to postgres. No such link exists in 16. You nailed it. Much longer time ago it wasn't a symlink. It just wasn't thought about until now.
Created attachment 903398 [details, diff] Fix for incorrect "Clients Only" label Attaching patch with a fix. Applies against https://gitweb.gentoo.org/proj/postgresql/eselect.git/. See commit message for full details.