Include NOLOGIN roles in the 'flat' password file. In the original

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fb631dba2a3c2c183bb99f2098491ecf96fb6664
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-15T15:11:29Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/utils/init/flatfiles.c modified +2 −14