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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Don't forget to de-escape the password field in .pgpass.
Дата
Msg-id E1Rdmz2-0004AY-AM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed line endings.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add ALTER DOMAIN ... RENAME