Add port support for unsetenv() in back branches. Needed for locale
Tom Lane <tgl@sss.pgh.pa.us>
Add port support for unsetenv() in back branches. Needed for locale environment fix.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +2 −1 |
| configure.in | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/include/port.h | modified | +5 −1 |
| src/port/unsetenv.c | added | +56 −0 |