pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.
Commit
64f3524e2 removed the stanza of code that examined these values.
I failed to notice they were unnecessary because my compiler didn't
warn about the un-read variables. Noted by Peter Eisentraut.