Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7319ab9 commit 8046c1cCopy full SHA for 8046c1c
src/interfaces/libpq/pthread-win32.c
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
7
* IDENTIFICATION
8
-* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.8 2005/08/23 21:02:03 momjian Exp $
+* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.9 2005/08/28 18:49:01 momjian Exp $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -17,7 +17,7 @@
17
HANDLE
18
pthread_self()
19
{
20
- return GetCurrentThread();
+ return GetCurrentThreadId();
21
}
22
23
void
0 commit comments