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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a failure check for syslogger's use of _beginthreadex(), and
Date: 2009-02-03 00:59:26
Message-ID: 20090203005926.B87087559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-02-03 01:24:57 pgsql: allow alternative names for tclsh used on Windows
Previous Message Tom Lane 2009-02-02 20:42:57 pgsql: Document the longstanding behavior of LIMIT NULL and OFFSET NULL,