pgsql/src/backend/libpq auth.c
Started by Bruce Momjianover 24 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/02/25 15:07:04
Modified files:
src/backend/libpq: auth.c
Log message:
Fix for PAM error message display:
and that the right fix is to make each of the subsequent calls be in
this same pattern, not to try to emulate their nonsensical style.
Dominic J. Eidson