mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 00:03:54 -05:00
that presence of the password in the conninfo string must be checked *before* risking a connection attempt, there is no point in checking it afterwards. This makes the specification of PQconnectionUsedPassword() a bit simpler and perhaps more generally useful, too.