libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian <bruce@momjian.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-auth.c | modified | +9 −7 |
| src/interfaces/libpq/fe-connect.c | modified | +7 −0 |