pgsql/src/backend/libpq Tag: REL7_2_STABLE auth.c

Started by Bruce Momjianover 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/02/25 15:07:33

Modified files:
src/backend/libpq: Tag: REL7_2_STABLE 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