pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS
Date: 2007-09-26 00:32:46
Message-ID: 20070926003246.ACB11753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2
and up), per Chris Marcellino. This avoids consuming O(N^2) file
descriptors to support N backends. Tests suggest it's about a wash for
small installations, but large ones would have a problem.

Modified Files:
--------------
pgsql/src/template:
darwin (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/template/darwin?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-26 01:10:42 pgsql: In the integer-datetimes case, date2timestamp and
Previous Message Tom Lane 2007-09-25 22:21:55 pgsql: Change on-disk representation of NUMERIC datatype so that the