We have tested the patches on three platforms:
Bruce Momjian <bruce@momjian.us>
We have tested the patches on three platforms: NetBSD/macppc LinuxPPC FreeBSD 2.2.6-RELEASE All of them seem happy with the regression test. Note that, however, compiling with optimization enabled on NetBSD/macppc causes an initdb failure (other two platforms are ok). After checking the asm code, we are suspecting that might be a compiler(egcs) bug. Tatsuo Ishii
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/dynloader/bsd.c | modified | +2 −0 |
| src/backend/storage/buffer/s_lock.c | modified | +3 −3 |
| src/backend/utils/adt/dt.c | modified | +2 −2 |
| src/config.guess | modified | +3 −0 |
| src/configure.in | modified | +6 −1 |
| src/include/port/bsd.h | modified | +6 −0 |
| src/include/port/linux.h | modified | +2 −2 |
| src/include/utils/dt.h | modified | +3 −3 |
| src/Makefile.shlib | modified | +6 −2 |
| src/makefiles/Makefile.bsd | modified | +7 −0 |
| src/test/regress/expected/euc_jp.out | modified | +1 −1 |