]> granicus.if.org Git - postgresql/commit
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)
commit2ae5d51668a4599427a801da62313584ab565c38
treef77d6bf5d0663e426839802c5af177018bdce8c4
parente27f8791f921d2a91a38ae329df88ceb4881d5ed
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