Thread: pgsql: Don't forget to de-escape the password field in .pgpass.

pgsql: Don't forget to de-escape the password field in .pgpass.

From
Robert Haas
Date:
Don't forget to de-escape the password field in .pgpass.

This has been broken just about forever (or more specifically, commit
7f4981f4af1700456f98ac3f2b2d84959919ec81) and nobody noticed until
Richard Huxton reported it recently.  Analysis and fix by Ross
Reedstrom, although I didn't use his patch.  This doesn't seem
important enough to back-patch and is mildly backward incompatible, so
I'm just doing this in master.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d15e3ec4fcb735875a8a70a09ec0c62153c3329

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |   14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)