pgsql: libpq: pass a memory allocation failure error up to PQconndefau

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: libpq: pass a memory allocation failure error up to PQconndefau
Дата
Msg-id E1WQfCv-0006wa-C8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpq:  pass a memory allocation failure error up to PQconndefaults()

Previously user name memory allocation failures were ignored and the
default user name set to NULL.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a4c8f14364c27508233f8a31ac4b10a4c90235a9

Modified Files
--------------
src/interfaces/libpq/fe-auth.c    |   16 +++++++++-------
src/interfaces/libpq/fe-connect.c |    7 +++++++
2 files changed, 16 insertions(+), 7 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: test_shm_mq: Improve regression tests.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Again fix initialization of auto-tuned effective_cache_size.