projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae6b4c
)
Remove empty #ifdef block.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 14 Jan 2009 21:18:30 +0000
(21:18 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 14 Jan 2009 21:18:30 +0000
(21:18 +0000)
src/port/thread.c
patch
|
blob
|
history
diff --git
a/src/port/thread.c
b/src/port/thread.c
index 20cf83ed97fb9b2ce7e158bd71a6e01f736249bc..ddcd8859191ad6fe2a7adb1375b562a9b11e52c8 100644
(file)
--- a/
src/port/thread.c
+++ b/
src/port/thread.c
@@
-7,7
+7,7
@@
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/port/thread.c,v 1.4
0 2009/01/01 17:24:04
momjian Exp $
+ * $PostgreSQL: pgsql/src/port/thread.c,v 1.4
1 2009/01/14 21:18:30
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-15,8
+15,6
@@
#include "c.h"
#include <pwd.h>
-#if defined(FRONTEND) && defined(ENABLE_THREAD_SAFETY)
-#endif
/*