pgsql: Include NOLOGIN roles in the 'flat' password file. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Include NOLOGIN roles in the 'flat' password file.
Date
Msg-id 20071015151129.B7D14753F31@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Include NOLOGIN roles in the 'flat' password file.  In the original
coding this was seen as useless, but the problem with not including them
is that the error message will often be something about authentication
failure, rather than the more helpful one about 'role is not permitted
to log in'.  Per discussion.

Modified Files:
--------------
    pgsql/src/backend/utils/init:
        flatfiles.c (r1.27 -> r1.28)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/flatfiles.c?r1=1.27&r2=1.28)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: bump ver to 1.1.1
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch some plpython patches previously made only in HEAD: