mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 00:04:08 -05:00
SASL frontend mechanisms are implemented with pg_fe_sasl_mech and not the _be_ variant which is the backend implementation. Spotted while reading adjacent code.