Get rid of pgpass_from_client tracking inside libpq --- given the conclusion
commitbb1cdb12e7c1b68258abfb620e2535c219e6b667
authortgl <tgl>
Mon, 22 Sep 2008 14:21:44 +0000 (22 14:21 +0000)
committertgl <tgl>
Mon, 22 Sep 2008 14:21:44 +0000 (22 14:21 +0000)
treec78ec3e98a80e94575485c48c8a83ecdc3039e11
parent282d17602857544b7afb14d3340a99ad3685701d
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