Re: pgsql: libpq: change PQconndefaults() to ignore invalid service files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: libpq: change PQconndefaults() to ignore invalid service files
Дата
Msg-id 22481.1386088215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: libpq: change PQconndefaults() to ignore invalid service files  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: libpq: change PQconndefaults() to ignore invalid service files  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Bruce Momjian <bruce@momjian.us> writes:
> libpq:  change PQconndefaults() to ignore invalid service files
> Previously missing or invalid service files returned NULL.  Also fix
> pg_upgrade to report "out of memory" for a null return from
> PQconndefaults().

Why does this patch remove the errorMessage argument from
pg_fe_getauthname?  I gauge the amount of thought that went into
that choice by the fact that the comment wasn't updated.

            regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: libpq: change PQconndefaults() to ignore invalid service files
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Update C comment for pg_fe_getauthname