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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
