-
- Downloads
Fold PQsetenv working state into PGconn, rather than trying to maintain
it in a separate object. There's no value in keeping the state separate, and it creates dangling-pointer problems. Also, remove PQsetenv routines from public API, until and unless they are redesigned to have a safer interface. Since they were never part of the documented API before 7.0, it's unlikely that anyone is calling them.
Showing
- doc/src/sgml/libpq.sgml 0 additions, 57 deletionsdoc/src/sgml/libpq.sgml
- src/interfaces/libpq/fe-connect.c 74 additions, 131 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/libpq-fe.h 1 addition, 16 deletionssrc/interfaces/libpq/libpq-fe.h
- src/interfaces/libpq/libpq-int.h 15 additions, 3 deletionssrc/interfaces/libpq/libpq-int.h
Loading
Please register or sign in to comment