pgsql: Add a failure check for syslogger's use of _beginthreadex(), and

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a failure check for syslogger's use of _beginthreadex(), and
Дата
Msg-id 20090203005926.B87087559ED@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a failure check for syslogger's use of _beginthreadex(), and remove
unnecessary thread address output parameter, to make this code look more
like that in pg_restore.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        syslogger.c (r1.47 -> r1.48)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c?r1=1.47&r2=1.48)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Document the longstanding behavior of LIMIT NULL and OFFSET NULL,
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: allow alternative names for tclsh used on Windows