pgsql: Fix incorrect struct reference in comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix incorrect struct reference in comment
Date
Msg-id E1t3cAc-00251Z-AF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix INSERT statement syntax for identity columns
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Implement pg_wal_replay_wait() stored procedure