projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e1102
)
Add back improperly removed #include for utils/trace.h.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 16 Jul 1999 23:12:39 +0000
(23:12 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 16 Jul 1999 23:12:39 +0000
(23:12 +0000)
src/backend/libpq/pqcomm.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/pqcomm.c
b/src/backend/libpq/pqcomm.c
index 9e6b5e08820b884acaa271eb9facb498c76a0c2a..7accb56f574c9d4a1376008975b06308ba08eaa8 100644
(file)
--- a/
src/backend/libpq/pqcomm.c
+++ b/
src/backend/libpq/pqcomm.c
@@
-28,7
+28,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.c,v 1.7
6 1999/07/16 04:59:03 momjian
Exp $
+ * $Id: pqcomm.c,v 1.7
7 1999/07/16 23:12:39 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-81,8
+81,10
@@
#endif
#include "libpq/libpq.h"
+#include "utils/trace.h"
#include "miscadmin.h"
+
#ifndef SOMAXCONN
#define SOMAXCONN 5 /* from Linux listen(2) man page */
#endif /* SOMAXCONN */