fix regression in .pgpass handling

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix regression in .pgpass handling
Дата
Msg-id 1043783068.9543.64.camel@tokyo
обсуждение исходный текст
Ответы Re: fix regression in .pgpass handling  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: fix regression in .pgpass handling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
The handling of .pgpass files in libpq was recently "fixed" to work with
all connection methods (a patch applied to both REL7_3_STABLE and HEAD),
but that change broke .pgpass usage in PQsetdbLogin().

This patch fixes the regression, so .pgpass should now be able to work
with all of the appropriate database connection methods in libpq.

I also fixed a bug in the parsing of .pgpass: if the file was not
terminated by a newline, the password would be slightly mangled. I
didn't bother to account for a CRLF line ending -- is getenv("HOME")
defined on Win32?

I also refactored a bit of code in PasswordFromFile(), and added some
missing environmental variables to the libpq docs.

This patch is against CVS HEAD, but it should apply to REL7_3_STABLE
with just a few offsets. Please apply to both.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

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

Предыдущее
От: Alex Cichowski
Дата:
Сообщение: getpeereid() for local ident
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: minor doc / usage fixes