pgsql/src/backend/tcop (postgres.c)

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/tcop (postgres.c)
Date: 2000-12-18 18:45:05
Message-ID: 200012181845.eBIIj5D74951@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, December 18, 2000 @ 13:45:05
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
from hub.org:/home/projects/pgsql/tmp/cvs-serv74750/pgsql/src/backend/tcop

Modified Files:
postgres.c

----------------------------- Log Message -----------------------------

>> 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

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2000-12-18 18:45:06 pgsql/src/include/port (beos.h)
Previous Message momjian 2000-12-18 18:45:04 pgsql/src/backend/port/dynloader (beos.c)