]> granicus.if.org Git - postgresql/commit
environment variable set by MULTIBYTE startup code should be
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Nov 1999 06:43:45 +0000 (06:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Nov 1999 06:43:45 +0000 (06:43 +0000)
commit3b004b8e2e55ab8f4f28d4a9536d94e102a28503
tree3394e4d8e450eb8f20010e148c22c953cfce01d7
parent3d1db6ddc6c8f964918728a66767d8e31e5ec993
environment variable set by MULTIBYTE startup code should be
stored in malloc'd space, not in a static variable.  Otherwise environment
variable list is corrupted if libpq is dynamically unlinked...
src/interfaces/libpq/fe-connect.c