projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f10bb7
)
Use GetCurrentThreadId, per Magnus.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 28 Aug 2005 18:49:01 +0000
(18:49 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 28 Aug 2005 18:49:01 +0000
(18:49 +0000)
src/interfaces/libpq/pthread-win32.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/pthread-win32.c
b/src/interfaces/libpq/pthread-win32.c
index d5ef3ac1131f22513a63ca988fcbdfe2c6a77cac..6280e71f310b8d617a0981d465ad74dc748b34f2 100644
(file)
--- a/
src/interfaces/libpq/pthread-win32.c
+++ b/
src/interfaces/libpq/pthread-win32.c
@@
-17,7
+17,7
@@
HANDLE
pthread_self()
{
- return GetCurrentThread();
+ return GetCurrentThread
Id
();
}
void