>> Here is a patch for the beos port (All regression tests are OK).
Bruce Momjian <bruce@momjian.us>
>> Here is a patch for the beos port (All regression tests are OK). >> xlog.c : special case for beos to avoid 'link' which does not work yet >> beos/sem.c : implementation of new sem_ctl call (GETPID) and a new >sem_op >> flag (IPCNOWAIT) >> dynloader/beos.c : add a verification of symbol validity (seem that the >> loader sometime return OK with an invalid symbol) >> postmaster.c : add beos forking support for the new checkpoint process >> postgres.c : remove beos special case for getrusage >> beos.h : Correction of a bas definition of AF_UNIX, misc defnitions >> >> >> thanks >> >> >> cyril Cyril VELTER
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +5 −1 |
| src/backend/port/beos/sem.c | modified | +71 −18 |
| src/backend/port/dynloader/beos.c | modified | +6 −1 |
| src/backend/postmaster/postmaster.c | modified | +16 −1 |
| src/backend/tcop/postgres.c | modified | +3 −3 |
| src/include/port/beos.h | modified | +9 −1 |