pgsql: libpq: pass a memory allocation failure error up to PQconndefau - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: libpq: pass a memory allocation failure error up to PQconndefau
Date
Msg-id E1WQfCv-0006wa-C8@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: test_shm_mq: Improve regression tests.
Next
From: Tom Lane
Date:
Subject: pgsql: Again fix initialization of auto-tuned effective_cache_size.