Get rid of pgpass_from_client tracking inside libpq --- given the conclusion
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Sep 2008 14:21:44 +0000 (14:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Sep 2008 14:21:44 +0000 (14:21 +0000)
commitbda6fe2e6cade7b6e53ac72c6171c8ce101d33d3
tree03cc83a97d2dd1674748525997de04315466af45
parent1fe3badaf29626051f1beb5693e9029c6c8df11f
Get rid of pgpass_from_client tracking inside libpq --- given the conclusion
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.
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-int.h