Use PQExpBuffer for error message in fe-auth.c.
Magnus Hagander <magnus@hagander.net>
Use PQExpBuffer for error message in fe-auth.c. In passing, change functions that passedin both PGconn and parts of it to just pass in the PGconn.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-auth.c | modified | +82 −89 |
| src/interfaces/libpq/fe-auth.h | modified | +3 −4 |
| src/interfaces/libpq/fe-connect.c | modified | +3 −10 |
| src/interfaces/libpq/libpq-int.h | modified | +1 −2 |
| src/interfaces/libpq/pqexpbuffer.h | modified | +2 −2 |