pgsql: Fix incorrect struct reference in comment

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect struct reference in comment
Date: 2024-10-23 14:17:05
Message-ID: E1t3cAc-00251Z-AF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-10-23 16:21:02 Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Previous Message Daniel Gustafsson 2024-10-23 13:04:11 pgsql: doc: Fix INSERT statement syntax for identity columns