]> granicus.if.org Git - postgresql/commit
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)
commitc52aab5525c13a3d378cd09f4187844ce697a948
tree7e64980137d731821249b4bdcea23682a1725a79
parentcae7ad906a0337120afe856b0a76b03b8ffc7440
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