Thread: pgsql: Fix incorrect struct reference in comment

pgsql: Fix incorrect struct reference in comment

From
Daniel Gustafsson
Date:
Fix incorrect struct reference in comment

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/940f7a562731084f7cb23c0a56e46056340ab664

Modified Files
--------------
src/interfaces/libpq/fe-auth-sasl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)