Re: QNX4-Patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tegge, Bernd" <tegge(at)repas-aeg(dot)de>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: QNX4-Patch
Date: 2001-11-06 19:04:40
Message-ID: 17238.1005073480@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Tegge, Bernd" <tegge(at)repas-aeg(dot)de> writes:
> Number of necessary semaphores in sem.c not consistent with
> .../storage/lmgr/proc.c. IMHO, it would be better to change the macro
> PROC_SEM_MAP_ENTRIES in proc.h to "((maxBackends+1)/PROC_NSEMS_PER_SET+1)"
> instead. Otherwise the darwin port has a similar problem.

Yeah, I discovered that on Darwin last night ;-). I changed
PROC_SEM_MAP_ENTRIES, on the theory that the point of that macro is
to localize the knowledge of how many semaphores to create.

regards, tom lane

In response to

  • QNX4-Patch at 2001-11-06 11:21:46 from Tegge, Bernd

Browse pgsql-ports by date

  From Date Subject
Next Message Tara Piorkowski 2001-11-09 17:21:54 7.2beta2 on Mac OS X/Darwin
Previous Message Tegge, Bernd 2001-11-06 11:21:46 QNX4-Patch