Thread: pgsql/src/backend/libpq auth.c

pgsql/src/backend/libpq auth.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
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