]> granicus.if.org Git - postgresql/commit
Fold PQsetenv working state into PGconn, rather than trying to maintain
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Mar 2000 01:39:55 +0000 (01:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Mar 2000 01:39:55 +0000 (01:39 +0000)
commit0edcee34595a1bec86bf3bb417284a868fbf46da
treee903774cd2bf444b63c1c56d314ddfb36a3211ca
parent5b1f92eaa7a517e1b9720ce6c3634035a6067d1e
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.
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h