pgsql: Use GetCurrentThreadId, per Magnus.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use GetCurrentThreadId, per Magnus.
Date: 2005-08-28 18:49:01
Message-ID: 20050828184901.57B77D8019@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use GetCurrentThreadId, per Magnus.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
pthread-win32.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pthread-win32.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-28 18:52:37 pgsql: Add: > * Add function to return the thread safety status of
Previous Message Tom Lane 2005-08-28 18:26:08 pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.