pgsql/src/backend/storage/buffer (buf_init.c bufmgr.c s_lock.c xlog_bufmgr.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/storage/buffer (buf_init.c bufmgr.c s_lock.c xlog_bufmgr.c)
Date
Msg-id 200011282327.eASNRuc16943@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, November 28, 2000 @ 18:27:56
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/storage/buffer
     from hub.org:/home/projects/pgsql/tmp/cvs-serv16908/src/backend/storage/buffer

Modified Files:
    buf_init.c bufmgr.c s_lock.c xlog_bufmgr.c

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

Significant cleanups in SysV IPC handling (shared mem and semaphores).
IPC key assignment will now work correctly even when multiple postmasters
are using same logical port number (which is possible given -k switch).
There is only one shared-mem segment per postmaster now, not 3.
Rip out broken code for non-TAS case in bufmgr and xlog, substitute a
complete S_LOCK emulation using semaphores in spin.c.  TAS and non-TAS
logic is now exactly the same.
When deadlock is detected, "Deadlock detected" is now the elog(ERROR)
message, rather than a NOTICE that comes out before an unhelpful ERROR.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands (async.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/storage/ipc (ipc.c ipci.c shmem.c sinval.c sinvaladt.c spin.c)