From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier <scrappy@hub.org>
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().
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/analyze.c | modified | +2 −5 |
| src/bin/psql/psql.c | modified | +3 −2 |
| src/interfaces/libpq/fe-connect.c | modified | +2 −2 |
| src/interfaces/libpq/fe-print.c | modified | +2 −2 |