1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

Backpatch BCC compile changes to 8.0.X for psql.

This commit is contained in:
Bruce Momjian
2005-04-29 13:42:21 +00:00
parent 18b5ef5a76
commit 7cebfdf211
9 changed files with 246 additions and 221 deletions

View File

@@ -5,14 +5,14 @@
*
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.4 2005/01/01 20:44:31 tgl Exp $
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.5 2005/04/29 13:42:21 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <windows.h>
#include <pthread.h>
#include "pthread.h"
HANDLE
pthread_self()