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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS
Дата
Msg-id 20070926003246.ACB11753E4C@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change on-disk representation of NUMERIC datatype so that the
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: In the integer-datetimes case, date2timestamp and