From: Tatsuo Ishii <t-ishii@sra.co.jp>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 27 Jan 1999 01:18:23 +0000 (01:18 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 27 Jan 1999 01:18:23 +0000 (01:18 +0000)
commitab49db9e164aa45b0c677f9e35760dfd260d81f2
treedbaadba9f9a325f022867a6c3a0e3f44b9ed5ce1
parent07d2389569508cea540227342462eb1708d7118e
From: Tatsuo Ishii <t-ishii@sra.co.jp>

Included patches fix a portability problem of unsetenv() used in
6.4.2 multi-byte support. unsetenv() is only avaliable on FreeBSD and
Linux so I decided to replace with putenv().
src/backend/parser/analyze.c
src/bin/psql/psql.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-print.c