]> granicus.if.org Git - postgresql/commit
>> Here is a patch for the beos port (All regression tests are OK).
authorBruce Momjian <bruce@momjian.us>
Mon, 18 Dec 2000 18:45:05 +0000 (18:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 18 Dec 2000 18:45:05 +0000 (18:45 +0000)
commit1f159e562b2a31234edba781218ce5278ea2cfd8
tree347b6c792b54d1d2e16c156bc0f5b6b09a4bacc8
parent5491233f5245c464be2286ad894448b21ef757db
>>     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
src/backend/access/transam/xlog.c
src/backend/port/beos/sem.c
src/backend/port/dynloader/beos.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/include/port/beos.h