mirror of
https://github.com/postgres/postgres.git
synced 2025-08-11 04:22:52 +03:00
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.
This commit is contained in:
@@ -35,7 +35,7 @@ typedef enum
|
|||||||
/*
|
/*
|
||||||
* Frontend SASL mechanism callbacks.
|
* Frontend SASL mechanism callbacks.
|
||||||
*
|
*
|
||||||
* To implement a frontend mechanism, declare a pg_be_sasl_mech struct with
|
* To implement a frontend mechanism, declare a pg_fe_sasl_mech struct with
|
||||||
* appropriate callback implementations, then hook it into conn->sasl during
|
* appropriate callback implementations, then hook it into conn->sasl during
|
||||||
* pg_SASL_init()'s mechanism negotiation.
|
* pg_SASL_init()'s mechanism negotiation.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user