pgsql/doc/src/sgml/ref (postmaster.sgml)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml/ref (postmaster.sgml)
Date: 2000-11-28 23:27:54
Message-ID: 200011282327.eASNRst16920@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, November 28, 2000 @ 18:27:54
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
from hub.org:/home/projects/pgsql/tmp/cvs-serv16908/doc/src/sgml/ref

Modified Files:
postmaster.sgml

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

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-11-28 23:27:55 pgsql/src/backend/postmaster (postmaster.c)
Previous Message momjian 2000-11-28 07:27:02 pgsql/src/interfaces/libpq (libpqdll.def)